IKsCommand.WaitAsync method

Waits a command to be finished as an asynchronous operation.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
Task WaitAsync()
Function WaitAsync() As Task

Return value

Type: Task

Represents an asynchronous operation.

See also

IKsCommand Interface

IntervalZero.KINGSTAR.Base.Class Namespace